Bump to 0.27.0
authorAlex Crichton <alex@alexcrichton.com>
Mon, 26 Feb 2018 15:35:03 +0000 (07:35 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 26 Feb 2018 15:35:03 +0000 (07:35 -0800)
Cargo.toml
src/crates-io/Cargo.toml

index 79b868e37f73aedbc9e1ce13f1924b99951ac280..bcb74f2554aa8e3df25d229cb7a80be4f3dd4648 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "cargo"
-version = "0.26.0"
+version = "0.27.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
 
 [dependencies]
 atty = "0.2"
-crates-io = { path = "src/crates-io", version = "0.15" }
+crates-io = { path = "src/crates-io", version = "0.16" }
 crossbeam = "0.3"
 crypto-hash = "0.3"
 curl = "0.4.6"
index 03ccdbbee39af78f21b3e4ce3a29afd74a65f3f6..2c8aa8f341a497bf5cb1a72667082ab9385de232 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.15.0"
+version = "0.16.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"